home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / PB.project < prev    next >
Encoding:
Text File  |  1995-06-12  |  1.7 KB  |  46 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = JumpBack.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     M_FILES = (JumpBack_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (CDROMIndexControl.h, DragView.h, JumpBackControl.h, pathutil.h, PreferencesPanel.h, RdistControl.h, Subprocess.h, TarControl.h, TwoPassUIControl.h);
  9.     CLASSES = (CDROMIndexControl.m, DragView.m, JumpBackControl.m, PreferencesPanel.m, RdistControl.m, Subprocess.m, TarControl.m, TwoPassUIControl.m);
  10.     IMAGES = (Index_ROM.tiff, Index_ROM_abort.tiff, JumpBack.tiff, JumpBack_abort.tiff, JumpBack_help.tiff, JumpBack_notext.tiff, tar_CD.tiff, tar_CD_abort.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = (pathutil.c);
  13.     OTHER_RESOURCES = (Patterns.template, Help, Predefined.template, file_writable, make_dir.sh, feathers);
  14.     OTHER_SOURCES = (cdromControl.h, Localization.h, rdistControl.h, tarControl.h, twoPassUI.h);
  15.     SUBPROJECTS = ();
  16.     PSWM_FILES = ();
  17.     SOUNDS = ();
  18.     STRINGS_FILES = (rdistControl.strings, twoPassUI.strings, Localization.strings, cdromControl.strings, tarControl.strings);
  19.     OTHER_LIBS = (Media_s, NeXT_s, Indexing_s);
  20.     INTERFACES = (InfoPanel.nib, JumpBack.nib, PrefPanel.nib, TwoPassUIControl.nib);
  21. };
  22. APPCLASS = Application;
  23. MAINNIB = JumpBack;
  24. DOCEXTENSIONS = ();
  25. PROJECTTYPE = Application;
  26. PROJECTVERSION = 1.1;
  27. LOCALIZABLE_FILES = {
  28.     Localization.strings;
  29.     Help;
  30.     twoPassUI.strings;
  31.     TwoPassUIControl.nib;
  32.     tar_CD.tiff;
  33.     PrefPanel.nib;
  34.     JumpBack.nib;
  35.     Index_ROM.tiff;
  36.     InfoPanel.nib;
  37.     Index_ROM_abort.tiff;
  38.     tar_CD_abort.tiff;
  39.     cdromControl.strings;
  40.     rdistControl.strings;
  41.     tarControl.strings;
  42. };
  43. PROJECTNAME = JumpBack;
  44. SYSTEMEXTENSIONS = ();
  45. LANGUAGE = English;
  46.